wayland: Avoid GdkDeviceManager APIs
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 16 Dec 2015 18:12:18 +0000 (19:12 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 16 Dec 2015 18:47:06 +0000 (19:47 +0100)
commit1fbf2fe4d70b0f326f3695e47e0bcd4896ff952b
tree536e43db23708fc9388383d336be98afd618af57
parent598dedfe36495e68aeb5c29f7a16271f82c3cfc8
wayland: Avoid GdkDeviceManager APIs

In most places, we can do with the pointer/keyboard of the default seat
instead of the client pointer. We can also remove some code from
gdk_input_init() because we know for sure there's no floating devices to
care about here.
gdk/wayland/gdkdisplay-wayland.c
gdk/wayland/gdkselection-wayland.c
gdk/wayland/gdkwindow-wayland.c